Skip to content

Conversation

@wadepickett
Copy link
Contributor

@wadepickett wadepickett commented Nov 19, 2024

Internal preview of updated SignalR section for Improved Activities

Added a missing new activity source for SignalR.

Fixes #33546

Why:
I had previously added a new include file with the update many weeks ago which was never referenced in the What's New, rather than updating the original include. Fixed that so the update is in the original include instead, and removed the duplicate include.

Also:

  • Moved the inline code example out to an app sample in a program.cs and linked back in.
  • Updated the ms.date in the What's new topic.

Internal previews

📄 File 🔗 Preview link
aspnetcore/release-notes/aspnetcore-9.0.md aspnetcore/release-notes/aspnetcore-9.0
aspnetcore/release-notes/aspnetcore-9/samples/SignalRChatTraceExample/wwwroot/lib/jquery-validation/LICENSE.md aspnetcore/release-notes/aspnetcore-9/samples/SignalRChatTraceExample/wwwroot/lib/jquery-validation/LICENSE

@wadepickett wadepickett marked this pull request as ready for review November 19, 2024 21:09
@wadepickett wadepickett requested a review from tdykstra November 19, 2024 21:09
@wadepickett
Copy link
Contributor Author

wadepickett commented Nov 19, 2024

@BrennanConroy, Internal preview of updated SignalR section for Improved Activities for review. I had added the 2nd activity a while back as an include but accidentally didn't replace the link in the What's New parent topic. Now it shows both server and client activities.

Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One nit suggestion.

…es.md


Review suggestion by tdykstra

Co-authored-by: Tom Dykstra <[email protected]>
builder.Services.AddRazorPages();
builder.Services.AddSignalR();

builder.Services.AddRazorPages();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplicate code

Copy link
Contributor Author

@wadepickett wadepickett Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch Brennan, sorry I missed that. Correcting....

@wadepickett wadepickett merged commit 17c3637 into main Nov 20, 2024
3 checks passed
@wadepickett wadepickett deleted the wadepickett/33546WNsignalRtrace branch November 20, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WN: Add SignalR distributed tracing section and code sample

4 participants